
Initial ps1.4.0.17 solution adapted to ps1.4.3 version

Cheers,
Pedro Santos


1) DATABASE
	1.1) Backup your database (case something goes wrong);
	1.2) Via phpMyAdmin - go to ps_product_lang table and replicate "description" into "description2" and "description3" (with exactly the same TYPE, COLLATION, etc), inserting them in the table after "description";

2) Put "Product.php" in the "/override/classes" directory

3) In the "admin/tabs" directory, make a copy of the original "adminproducts.php" file (just in case) and overwrite it with this new one

4) In your theme dir, make a copy of the original "product.tpl" file (just in case), and the overwrite it with this new "product.tpl" .


Any changes in the files are inside
/******* ADDING EXTRA TABS *******/
or
<!-- ADDING EXTRA TABS -->

Thank you Hugh (ezakimak) for coming up with this solution